-
Notifications
You must be signed in to change notification settings - Fork 644
[CI] Drop ascend scheduler from test #4613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] Drop ascend scheduler from test #4613
Conversation
|
👋 Hi! Thank you for contributing to the vLLM Ascend project. The following points will speed up your PR merge:
If CI fails, you can run linting and testing checks locally according Contributing and Testing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request removes all tests related to the AscendScheduler, including the entire E2E test file and several unit tests. However, the implementation code for the AscendScheduler and its configuration (AscendSchedulerConfig) still exists in the codebase (e.g., in vllm_ascend/ascend_config.py, vllm_ascend/platform.py, and vllm_ascend/core/schedule_config.py). Leaving this feature code without any tests is a critical issue, as it becomes dead code that is hard to maintain and can lead to silent breakages. If the AscendScheduler is being deprecated, its implementation should be removed along with the tests. If it is not being deprecated, the tests should be restored or replaced.
3e1d5d5 to
5cd62f5
Compare
|
LGTM if all ci pass |
Signed-off-by: wangxiyuan <[email protected]>
5cd62f5 to
94a3c82
Compare
|
@MengqingCao No need to run e2e IMO |
Drop ascend scheduler from test - vLLM version: v0.11.2 Signed-off-by: wangxiyuan <[email protected]>
Drop ascend scheduler from test - vLLM version: v0.11.2 Signed-off-by: wangxiyuan <[email protected]> Signed-off-by: Che Ruan <[email protected]>
Drop ascend scheduler from test - vLLM version: v0.11.2 Signed-off-by: wangxiyuan <[email protected]> Signed-off-by: Che Ruan <[email protected]>
Drop ascend scheduler from test - vLLM version: v0.11.2 Signed-off-by: wangxiyuan <[email protected]>
Drop ascend scheduler from test - vLLM version: v0.11.2 Signed-off-by: wangxiyuan <[email protected]> Signed-off-by: tanqingshan (A) <[email protected]>
Drop ascend scheduler from test